home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 10 / PC Extra 10.iso / win95 / timeezy / TIMEEZY.EXE / 0 / RCDATA / TADDCITYFORM / TADDCITYFORM.txt
Text File  |  1997-09-09  |  4KB  |  206 lines

  1. object AddCityForm: TAddCityForm
  2.   Left = 162
  3.   Top = 88
  4.   BorderStyle = bsDialog
  5.   Caption = 'TimeEzy - Add City'
  6.   ClientHeight = 219
  7.   ClientWidth = 436
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object CountryLabel: TLabel
  16.     Left = 5
  17.     Top = 6
  18.     Width = 56
  19.     Height = 18
  20.     Caption = 'Country'
  21.     Font.Color = clWindowText
  22.     Font.Height = -15
  23.     Font.Name = 'Arial'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object CityLabel: TLabel
  28.     Left = 152
  29.     Top = 163
  30.     Width = 27
  31.     Height = 18
  32.     Caption = 'City'
  33.     Font.Color = clWindowText
  34.     Font.Height = -15
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object CountryValLabel: TLabel
  40.     Left = 5
  41.     Top = 28
  42.     Width = 144
  43.     Height = 19
  44.     AutoSize = False
  45.     Caption = 'XXXXX'
  46.     Font.Color = clInfoText
  47.     Font.Height = -12
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object ZoneLabel: TLabel
  53.     Left = 153
  54.     Top = 6
  55.     Width = 35
  56.     Height = 18
  57.     Caption = 'Zone'
  58.     Font.Color = clWindowText
  59.     Font.Height = -15
  60.     Font.Name = 'Arial'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object ZoneValLabel: TLabel
  65.     Left = 153
  66.     Top = 28
  67.     Width = 280
  68.     Height = 19
  69.     AutoSize = False
  70.     Caption = 'Xxxxxxxxxx'
  71.     Font.Color = clInfoText
  72.     Font.Height = -12
  73.     Font.Name = 'Arial'
  74.     Font.Style = []
  75.     ParentFont = False
  76.   end
  77.   object XLabel: TLabel
  78.     Left = 284
  79.     Top = 193
  80.     Width = 10
  81.     Height = 18
  82.     Caption = 'X'
  83.     Font.Color = clWindowText
  84.     Font.Height = -15
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.   end
  89.   object YLabel: TLabel
  90.     Left = 348
  91.     Top = 193
  92.     Width = 10
  93.     Height = 18
  94.     Caption = 'Y'
  95.     Font.Color = clWindowText
  96.     Font.Height = -15
  97.     Font.Name = 'Arial'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.   end
  101.   object Label1: TLabel
  102.     Left = 152
  103.     Top = 193
  104.     Width = 114
  105.     Height = 18
  106.     Caption = 'Position on Map'
  107.     Font.Color = clWindowText
  108.     Font.Height = -15
  109.     Font.Name = 'Arial'
  110.     Font.Style = [fsBold]
  111.     ParentFont = False
  112.   end
  113.   object CityEdit: TEdit
  114.     Left = 184
  115.     Top = 160
  116.     Width = 249
  117.     Height = 25
  118.     Color = clInfoBk
  119.     Font.Color = clInfoText
  120.     Font.Height = -15
  121.     Font.Name = 'Arial'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     TabOrder = 2
  125.     Text = 'LyyGjjHgg'
  126.   end
  127.   object CountryListBox: TListBox
  128.     Left = 4
  129.     Top = 44
  130.     Width = 141
  131.     Height = 141
  132.     Color = clInfoBk
  133.     Font.Color = clInfoText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ItemHeight = 13
  138.     ParentFont = False
  139.     TabOrder = 0
  140.     OnClick = CountryListBoxClick
  141.   end
  142.   object OKBitBtn: TBitBtn
  143.     Left = 4
  144.     Top = 190
  145.     Width = 69
  146.     Height = 25
  147.     TabOrder = 5
  148.     TabStop = False
  149.     OnClick = OKBitBtnClick
  150.     Kind = bkOK
  151.   end
  152.   object CancelBitBtn: TBitBtn
  153.     Left = 76
  154.     Top = 190
  155.     Width = 69
  156.     Height = 25
  157.     Caption = '&Cancel'
  158.     TabOrder = 6
  159.     TabStop = False
  160.     Kind = bkCancel
  161.   end
  162.   object ZoneListBox: TListBox
  163.     Left = 152
  164.     Top = 44
  165.     Width = 281
  166.     Height = 113
  167.     Color = clInfoBk
  168.     Font.Color = clInfoText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = []
  172.     ItemHeight = 13
  173.     ParentFont = False
  174.     TabOrder = 1
  175.     OnClick = ZoneListBoxClick
  176.   end
  177.   object XEdit: TEdit
  178.     Left = 296
  179.     Top = 190
  180.     Width = 37
  181.     Height = 25
  182.     Color = clInfoBk
  183.     Font.Color = clInfoText
  184.     Font.Height = -15
  185.     Font.Name = 'Arial'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     TabOrder = 3
  189.     Text = '56'
  190.   end
  191.   object YEdit: TEdit
  192.     Left = 360
  193.     Top = 190
  194.     Width = 37
  195.     Height = 25
  196.     Color = clInfoBk
  197.     Font.Color = clInfoText
  198.     Font.Height = -15
  199.     Font.Name = 'Arial'
  200.     Font.Style = []
  201.     ParentFont = False
  202.     TabOrder = 4
  203.     Text = '88'
  204.   end
  205. end
  206.